home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / qbware.exe / WINDOW.BAS (.txt) < prev   
Encoding:
QuickBASIC Tokenized Source  |  1990-11-30  |  2.0 KB  |  50 lines

  1. MenuList
  2.     StackSize
  3. WinStack0
  4. WinFrame
  5. A1000
  6. A1000.Window.Hskp
  7. MainMenu
  8. MainMenu.Data
  9. KeyFlds
  10. Putlinec
  11. MaxWin
  12. ExitKeysy
  13. TabLeno
  14. SBarQ
  15. InitWin    
  16. WinPoint
  17. CngWin
  18.     WinHandle
  19. Frame
  20. Shade
  21. PushWin
  22. Putwind
  23. NMALLOC
  24. Colorwin
  25. change
  26. colors
  27. without
  28. disturbing
  29. Copyright (c) 1988 Marcel Madonnaa
  30.  Set up housekeeping for window drivers 
  31. Stack will contain 2
  32. 0 characters or
  33. about 10 full screensa
  34. Window stack - we keep screen images
  35. and other info heres
  36. Define maximum number of windows as 20
  37. we keep specific window data herem
  38. Exit windows when [Esc] is pressed
  39.  This next line means display a status bar on line 25 - foreground is bright
  40.  white, background is blue
  41. Make this 0 if you get distortion
  42.  Initialize windowing system
  43. Fill screen with a new backgroundt
  44. Establish window parametersg
  45. Test Window Re-Color
  46. Pushwin saves background
  47. Putwind pops up the window defined earlier
  48. Press any key to continue"
  49. Colorwin will change colors without disturbing the textt
  50.